home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Linux / Kubuntu 8.10 / kubuntu-8.10-desktop-i386.iso / casper / filesystem.squashfs / etc / apparmor.d / abstractions / gnome < prev    next >
Text File  |  2008-10-08  |  2KB  |  56 lines

  1. # vim:syntax=apparmor
  2. # $Id: gnome 949 2007-08-28 00:49:51Z seth_arnold $
  3. # ------------------------------------------------------------------
  4. #
  5. #    Copyright (C) 2002-2006 Novell/SUSE
  6. #
  7. #    This program is free software; you can redistribute it and/or
  8. #    modify it under the terms of version 2 of the GNU General Public
  9. #    License published by the Free Software Foundation.
  10. #
  11. # ------------------------------------------------------------------
  12. #include <abstractions/base>
  13. #include <abstractions/fonts>
  14. #include <abstractions/X>
  15. #include <abstractions/freedesktop.org>
  16. #include <abstractions/user-tmp>
  17.  
  18.   # systemwide gtk defaults
  19.   /etc/gnome/gtkrc*               r,
  20.   /etc/gtk/*                      r,
  21.   /usr/lib/gtk/**                 mr,
  22.   /usr/lib64/gtk/**               mr,
  23.   /usr/share/themes/**            r,
  24.  
  25.   # gtk-2 needed some new rights
  26.   /etc/fonts/*                    r,
  27.   /etc/gtk-*/*                    r,
  28.   /etc/pango/*                    r,
  29.   /usr/lib64/pango/**             mr,
  30.   /usr/lib64/gtk-*/**             mr,
  31.   /usr/lib/pango/**               mr,
  32.   /usr/lib/gtk-*/**               mr,
  33.  
  34.   # per-user gtk configuration
  35.   @{HOME}/.gnome/Gnome            r,
  36.   @{HOME}/.gtk                    r,
  37.   @{HOME}/.gtkrc                  r,
  38.   @{HOME}/.gtkrc-2.0              r,
  39.   @{HOME}/.gtk-bookmarks          r,
  40.  
  41.   # from evolution-mail
  42.   @{HOME}/.gconfd/lock/*                        r,
  43.   @{HOME}/.gnome/application-info               r,
  44.  
  45.   # per-user font business
  46.   @{HOME}/.fonts.cache-*          rwl,
  47.  
  48.   # icon caches
  49.   /var/cache/**/icon-theme.cache  r,
  50.   /usr/share/**/icon-theme.cache  r,
  51.  
  52.   # gnome VFS modules
  53.   /etc/gnome-vfs-2.0/modules/ r,
  54.   /etc/gnome-vfs-2.0/modules/* r,
  55.   /usr/lib/gnome-vfs-2.0/modules/*.so mr,
  56.